home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master04.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  1.2 KB  |  55 lines

  1. on exitFrame
  2.   global k
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     set k to 0
  7.     repeat with i = 3 to 7
  8.       set the visible of sprite i to 0
  9.     end repeat
  10.     if rollOver(20) then
  11.       set the cursor of sprite 20 to [98, 99]
  12.     end if
  13.     if rollOver(22) then
  14.       set the cursor of sprite 22 to [100]
  15.     end if
  16.     if rollOver(24) then
  17.       set the cursor of sprite 24 to [100]
  18.     end if
  19.     if rollOver(26) then
  20.       set the cursor of sprite 26 to [100]
  21.     end if
  22.     if rollOver(3) then
  23.       set the cursor of sprite 3 to 3
  24.     end if
  25.     if rollOver(4) then
  26.       set the cursor of sprite 4 to 3
  27.     end if
  28.     if rollOver(5) then
  29.       set the cursor of sprite 5 to 3
  30.     end if
  31.     if rollOver(6) then
  32.       set the cursor of sprite 6 to 3
  33.     end if
  34.     if rollOver(7) then
  35.       set the cursor of sprite 7 to 3
  36.     end if
  37.     if rollOver(3) then
  38.       set the visible of sprite 3 to 1
  39.     end if
  40.     if rollOver(4) then
  41.       set the visible of sprite 4 to 1
  42.     end if
  43.     if rollOver(5) then
  44.       set the visible of sprite 5 to 1
  45.     end if
  46.     if rollOver(6) then
  47.       set the visible of sprite 6 to 1
  48.     end if
  49.     if rollOver(7) then
  50.       set the visible of sprite 7 to 1
  51.     end if
  52.     go(the frame)
  53.   end if
  54. end
  55.